Micron Document
<!DOCTYPE html>
<html class="client-nojs vector-feature-language-in-header-enabled vector-feature-language-in-main-page-header-disabled vector-feature-page-tools-pinned-disabled vector-feature-toc-pinned-clientpref-0 vector-toc-not-available vector-feature-main-menu-pinned-disabled vector-feature-limited-width-clientpref-1 vector-feature-limited-width-content-enabled vector-feature-custom-font-size-clientpref-1 vector-feature-appearance-pinned-clientpref-0 vector-feature-night-mode-enabled skin-theme-clientpref-os vector-sticky-header-enabled" lang="fr" dir="ltr"><head>
<meta charset="UTF-8">
<title>Loopback</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" type="image/png" href="./_res_/favicon.png">
<link rel="canonical" href="https://fr.wikipedia.org/wiki/Loopback"> <link href="./_mw_/ext.cite.styles.css" rel="stylesheet" type="text/css">
<link href="./_mw_/ext.wikimediamessages.styles.css" rel="stylesheet" type="text/css">
<link href="./_mw_/skins.vector.icons.css" rel="stylesheet" type="text/css">
<link href="./_mw_/skins.vector.search.codex.styles.css" rel="stylesheet" type="text/css">
<link href="./_mw_/skins.vector.styles.css" rel="stylesheet" type="text/css">
<meta name="ResourceLoaderDynamicStyles" content="">
<link rel="stylesheet" type="text/css" href="./_mw_/site.styles.css">
<link rel="stylesheet" type="text/css" href="./_mw_/noscript.css">
<link rel="stylesheet" type="text/css" href="./_res_/footer.css">
<link rel="stylesheet" type="text/css" href="./_res_/vector-2022.css">
</head>
<body class="skin--responsive skin-vector skin-vector-search-vue mediawiki ltr sitedir-ltr mw-hide-empty-elt ns-0 ns-subject page-Loopback rootpage-Loopback skin-vector-2022 action-view">
<div class="mw-page-container">
<div class="mw-page-container-inner">
<div class="mw-content-container">
<main id="content" class="mw-body">
<header class="mw-body-header vector-page-titlebar">
<h1 id="firstHeading" class="firstHeading mw-first-heading"><span class="mw-page-title-main">Loopback</span></h1>
</header>
<a id="top"></a>
<div id="bodyContent" class="vector-body ve-init-mw-desktopArticleTarget-targetContainer" aria-labelledby="firstHeading" data-mw-ve-target-container="">
<div id="contentSub">
<div id="mw-content-subtitle"></div>
</div>
<div id="mw-content-text" class="mw-body-content mw-content-ltr" lang="fr" dir="ltr"><div class="mw-content-ltr mw-parser-output" lang="fr" dir="ltr">
<p>Un <b>rebouclage</b>, <b>loopback</b> ou <b>loop-back</b> (de l'anglais signifiant "boucle arrière") est un système <a href="Mat%C3%A9riel_informatique" title="Matériel informatique">matériel</a> ou <a href="Logiciel" title="Logiciel">logiciel</a> en informatique, réseaux ou télécommunications, destiné à renvoyer un signal reçu vers son envoyeur sans modification ni traitement, et qui peut par exemple être utilisé à des fins de tests.
</p>

<div class="mw-heading mw-heading2"><h2 id="Informatique_et_réseaux"><span id="Informatique_et_r.C3.A9seaux"></span>Informatique et réseaux</h2></div>
<p>Une <b>loopback</b> est une <a href="Interface_(informatique)" title="Interface (informatique)">interface</a> virtuelle d'un matériel réseau (ou d'un ordinateur), et par extension une <a href="Adresse_IP" title="Adresse IP">adresse</a> associée à cette interface. Ainsi, quand il la contacte il "boucle" sur lui-même.
</p><p>Il existe des <a href="Adresse_IP" title="Adresse IP">adresses</a> loopback définies par le <a href="Protocole_r%C3%A9seau" title="Protocole réseau">protocole</a> <a href="Couche_r%C3%A9seau" title="Couche réseau">réseau</a> lui-même (qui sont donc loopback par nature), et des adresses quelconques utilisées comme loopback (qui sont donc loopback par fonction).
</p>
<div class="mw-heading mw-heading3"><h3 id="Loopback_protocolaire">Loopback protocolaire</h3></div>

<p>Les adresses loopbacks définies en <a href="IPv4" title="IPv4">IPv4</a> et <a href="IPv6" title="IPv6">IPv6</a> ont une valeur fixée, et ne sont pas routables à travers un réseau: elles ont une valeur uniquement locale à l'équipement, on les appelle <a href="Localhost" title="Localhost">localhost</a>.
</p><p>Les adresses suivantes sont définies comme adresses loopback locales:
</p>
<ul><li><a href="IPv4" title="IPv4">IPv4</a>: 127.0.0.1<sup id="cite_ref-1" class="reference"><a href="#cite_note-1"><span class="cite-bracket">[</span>1<span class="cite-bracket">]</span></a></sup> (quoique théoriquement tout le réseau 127.0.0.0/8 soit associé à la loopback)<sup id="cite_ref-2" class="reference"><a href="#cite_note-2"><span class="cite-bracket">[</span>2<span class="cite-bracket">]</span></a></sup><sup class="reference cite_virgule">,</sup><sup id="cite_ref-3" class="reference"><a href="#cite_note-3"><span class="cite-bracket">[</span>3<span class="cite-bracket">]</span></a></sup></li>
<li><a href="IPv6" title="IPv6">IPv6</a>:&nbsp;::1<sup id="cite_ref-4" class="reference"><a href="#cite_note-4"><span class="cite-bracket">[</span>4<span class="cite-bracket">]</span></a></sup></li>
<li><a href="Domain_Name_System" title="Domain Name System">DNS</a>: par convention le nom (<a href="Fully_qualified_domain_name" title="Fully qualified domain name">FQDN</a>) <b><a href="Localhost" title="Localhost">localhost</a></b> pointe sur l'adresse loopback<sup id="cite_ref-5" class="reference"><a href="#cite_note-5"><span class="cite-bracket">[</span>5<span class="cite-bracket">]</span></a></sup></li></ul>
<div class="mw-heading mw-heading3"><h3 id="Loopback_par_fonction">Loopback par fonction</h3></div>
<p>Des adresses IP logiques quelconques définies sur un équipement réseau, non associées à une interface physique particulière, sont des adresses utilisées comme loopback. Elles sont définies sur une interface interne virtuelle spécifique: une interface loopback<sup id="cite_ref-6" class="reference"><a href="#cite_note-6"><span class="cite-bracket">[</span>6<span class="cite-bracket">]</span></a></sup><sup class="reference cite_virgule">,</sup><sup id="cite_ref-7" class="reference"><a href="#cite_note-7"><span class="cite-bracket">[</span>7<span class="cite-bracket">]</span></a></sup><sup class="reference cite_virgule">,</sup><sup id="cite_ref-8" class="reference"><a href="#cite_note-8"><span class="cite-bracket">[</span>8<span class="cite-bracket">]</span></a></sup><sup class="reference cite_virgule">,</sup><sup id="cite_ref-9" class="reference"><a href="#cite_note-9"><span class="cite-bracket">[</span>9<span class="cite-bracket">]</span></a></sup><sup class="reference cite_virgule">,</sup><sup id="cite_ref-10" class="reference"><a href="#cite_note-10"><span class="cite-bracket">[</span>10<span class="cite-bracket">]</span></a></sup>. Elles sont routables<sup id="cite_ref-11" class="reference"><a href="#cite_note-11"><span class="cite-bracket">[</span>11<span class="cite-bracket">]</span></a></sup> sur un réseau, il est donc possible de joindre un équipement par une loopback si un protocole de routage<sup id="cite_ref-12" class="reference"><a href="#cite_note-12"><span class="cite-bracket">[</span>12<span class="cite-bracket">]</span></a></sup> est mis en œuvre, qui permettra de déterminer comment joindre cette adresse, y compris en cas de rupture d'un lien physique si un lien alternatif existe.
</p><p>Le protocole <a href="Border_Gateway_Protocol" title="Border Gateway Protocol">iBGP</a> utilise classiquement<sup id="cite_ref-13" class="reference"><a href="#cite_note-13"><span class="cite-bracket">[</span>13<span class="cite-bracket">]</span></a></sup> entre routeurs des sessions <a href="Suite_des_protocoles_Internet" title="Suite des protocoles Internet">TCP/IP</a> établies entre de telles adresses loopbacks<sup id="cite_ref-14" class="reference"><a href="#cite_note-14"><span class="cite-bracket">[</span>14<span class="cite-bracket">]</span></a></sup>.
</p>
<div class="mw-heading mw-heading2"><h2 id="Voir_aussi">Voir aussi</h2></div>
<style data-mw-deduplicate="TemplateStyles:r194021218">
/* start https://fr.wikipedia.org/ */


.mw-parser-output .autres-projets>.titre{text-align:center;margin:0.2em 0}.mw-parser-output .autres-projets>ul{margin:0;padding:0}.mw-parser-output .autres-projets>ul>li{list-style:none;margin:0.2em 0;text-indent:0;padding-left:24px;min-height:20px;text-align:left;display:block}.mw-parser-output .autres-projets>ul>li>a{font-style:italic}@media(max-width:720px){.mw-parser-output .autres-projets{float:none}}


/* end https://fr.wikipedia.org/ */
</style>
<ul><li><a href="Hosts" title="Hosts">hosts</a></li></ul>
<div class="mw-heading mw-heading2"><h2 id="Notes_et_références"><span id="Notes_et_r.C3.A9f.C3.A9rences"></span>Notes et références</h2></div>
<div class="references-small decimal" style=""><div class="mw-references-wrap mw-references-columns"><ol class="references">
<li id="cite_note-1"><span class="mw-cite-backlink"><a href="#cite_ref-1">↑</a> </span><span class="reference-text"><span class="ouvrage" id="LeoMichelle"><span class="ouvrage" id="Vegoda,_LeoCotton,_Michelle"><abbr class="abbr indicateur-langue" title="Langue : anglais">(en)</abbr> Vegoda, <span class="nom_auteur">Leo</span> et Cotton, <span class="nom_auteur">Michelle</span>, «&nbsp;<a rel="nofollow" class="external text" href="https://tools.ietf.org/html/rfc5735"><cite style="font-style:normal;" lang="en">Special Use IPv4 Addresses</cite></a>&nbsp;», sur <span class="italique">tools.ietf.org</span> <small style="line-height:1em;">(consulté le <time class="nowrap" datetime="2018-04-03" data-sort-value="2018-04-03">3 avril 2018</time>)</small></span></span></span>
</li>
<li id="cite_note-2"><span class="mw-cite-backlink"><a href="#cite_ref-2">↑</a> </span><span class="reference-text"><span class="ouvrage" id="RonaldLeo"><span class="ouvrage" id="Bonica,_RonaldVegoda,_Leo"><abbr class="abbr indicateur-langue" title="Langue : anglais">(en)</abbr> Bonica, <span class="nom_auteur">Ronald</span> et Vegoda, <span class="nom_auteur">Leo</span>, «&nbsp;<a rel="nofollow" class="external text" href="https://tools.ietf.org/html/rfc6890"><cite style="font-style:normal;" lang="en">Special-Purpose IP Address Registries</cite></a>&nbsp;», sur <span class="italique">tools.ietf.org</span> <small style="line-height:1em;">(consulté le <time class="nowrap" datetime="2018-04-01" data-sort-value="2018-04-01"><abbr class="abbr" title="premier">1<sup>er</sup></abbr> avril 2018</time>)</small></span></span></span>
</li>
<li id="cite_note-3"><span class="mw-cite-backlink"><a href="#cite_ref-3">↑</a> </span><span class="reference-text"><span class="ouvrage" id="Braden"><span class="ouvrage" id="R._Braden"><abbr class="abbr indicateur-langue" title="Langue : anglais">(en)</abbr> R. <span class="nom_auteur">Braden</span>, «&nbsp;<a rel="nofollow" class="external text" href="https://tools.ietf.org/html/rfc1122"><cite style="font-style:normal;" lang="en">Requirements for Internet Hosts - Communication Layers</cite></a>&nbsp;», sur <span class="italique">tools.ietf.org</span> <small style="line-height:1em;">(consulté le <time class="nowrap" datetime="2018-04-01" data-sort-value="2018-04-01"><abbr class="abbr" title="premier">1<sup>er</sup></abbr> avril 2018</time>)</small></span></span></span>
</li>
<li id="cite_note-4"><span class="mw-cite-backlink"><a href="#cite_ref-4">↑</a> </span><span class="reference-text"><span class="ouvrage" id="M.E."><span class="ouvrage" id="Hinden,_Robert_M.Deering,_Stephen_E."><abbr class="abbr indicateur-langue" title="Langue : anglais">(en)</abbr> Hinden, Robert <span class="nom_auteur">M.</span> et Deering, Stephen <span class="nom_auteur">E.</span>, «&nbsp;<a rel="nofollow" class="external text" href="https://tools.ietf.org/html/rfc4291"><cite style="font-style:normal;" lang="en">IP Version 6 Addressing Architecture</cite></a>&nbsp;», sur <span class="italique">tools.ietf.org</span> <small style="line-height:1em;">(consulté le <time class="nowrap" datetime="2018-04-01" data-sort-value="2018-04-01"><abbr class="abbr" title="premier">1<sup>er</sup></abbr> avril 2018</time>)</small></span></span></span>
</li>
<li id="cite_note-5"><span class="mw-cite-backlink"><a href="#cite_ref-5">↑</a> </span><span class="reference-text"><span class="ouvrage" id="MarcStuart"><span class="ouvrage" id="Krochmal,_MarcCheshire,_Stuart"><abbr class="abbr indicateur-langue" title="Langue : anglais">(en)</abbr> Krochmal, <span class="nom_auteur">Marc</span> et Cheshire, <span class="nom_auteur">Stuart</span>, «&nbsp;<a rel="nofollow" class="external text" href="https://tools.ietf.org/html/rfc6761"><cite style="font-style:normal;" lang="en">Special-Use Domain Names</cite></a>&nbsp;», sur <span class="italique">tools.ietf.org</span> <small style="line-height:1em;">(consulté le <time class="nowrap" datetime="2018-04-01" data-sort-value="2018-04-01"><abbr class="abbr" title="premier">1<sup>er</sup></abbr> avril 2018</time>)</small></span></span></span>
</li>
<li id="cite_note-6"><span class="mw-cite-backlink"><a href="#cite_ref-6">↑</a> </span><span class="reference-text"><span class="ouvrage" id="James.2005"><span class="ouvrage" id="Boney,_James.2005">Boney, <span class="nom_auteur">James.</span>, <cite class="italique">Cisco IOS in a nutshell</cite>, O'Reilly, <time>2005</time> <small style="line-height:1em;">(<a href="International_Standard_Book_Number" title="International Standard Book Number">ISBN</a>&nbsp;<span class="nowrap">0596008694</span>, <a href="Online_Computer_Library_Center" title="Online Computer Library Center">OCLC</a>&nbsp;<span class=" noarchive nowrap"><a rel="nofollow" class="external text" href="https://worldcat.org/fr/title/61701713">61701713</a></span>, <a rel="nofollow" class="external text" href="https://www.worldcat.org/oclc/61701713">lire en ligne</a>)</small><span class="Z3988" title="ctx_ver=Z39.88-2004&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&amp;rft.genre=book&amp;rft.btitle=Cisco+IOS+in+a+nutshell&amp;rft.pub=O%27Reilly&amp;rft.aulast=James.&amp;rft.aufirst=Boney%2C&amp;rft.date=2005&amp;rft.isbn=0596008694&amp;rft_id=info%3Aoclcnum%2F61701713&amp;rfr_id=info%3Asid%2Ffr.wikipedia.org%3ALoopback"></span></span></span></span>
</li>
<li id="cite_note-7"><span class="mw-cite-backlink"><a href="#cite_ref-7">↑</a> </span><span class="reference-text"><span class="ouvrage">«&nbsp;<a rel="nofollow" class="external text" href="https://www.juniper.net/documentation/en_US/junos/topics/concept/interface-security-loopback-understanding.html"><cite style="font-style:normal;">Understanding the Loopback Interface - Technical Documentation - Support - Juniper Networks</cite></a>&nbsp;», sur <span class="italique">www.juniper.net</span> <small style="line-height:1em;">(consulté le <time class="nowrap" datetime="2018-04-01" data-sort-value="2018-04-01"><abbr class="abbr" title="premier">1<sup>er</sup></abbr> avril 2018</time>)</small></span></span>
</li>
<li id="cite_note-8"><span class="mw-cite-backlink"><a href="#cite_ref-8">↑</a> </span><span class="reference-text"><span class="ouvrage">«&nbsp;<a rel="nofollow" class="external text" href="https://www.freebsd.org/cgi/man.cgi?query=lo&amp;sektion=4"><cite style="font-style:normal;">lo(4)</cite></a>&nbsp;», sur <span class="italique">www.freebsd.org</span> <small style="line-height:1em;">(consulté le <time class="nowrap" datetime="2018-04-01" data-sort-value="2018-04-01"><abbr class="abbr" title="premier">1<sup>er</sup></abbr> avril 2018</time>)</small></span></span>
</li>
<li id="cite_note-9"><span class="mw-cite-backlink"><a href="#cite_ref-9">↑</a> </span><span class="reference-text"><span class="ouvrage"><abbr class="abbr indicateur-langue" title="Langue : anglais">(en)</abbr> «&nbsp;<a rel="nofollow" class="external text" href="https://technet.microsoft.com/en-us/library/cc708341(v=ws.10).aspx"><cite style="font-style:normal;" lang="en">Using Microsoft Loopback Adapter</cite></a>&nbsp;», sur <span class="italique">technet.microsoft.com</span> <small style="line-height:1em;">(consulté le <time class="nowrap" datetime="2018-04-01" data-sort-value="2018-04-01"><abbr class="abbr" title="premier">1<sup>er</sup></abbr> avril 2018</time>)</small></span></span>
</li>
<li id="cite_note-10"><span class="mw-cite-backlink"><a href="#cite_ref-10">↑</a> </span><span class="reference-text"><span class="ouvrage"><abbr class="abbr indicateur-langue" title="Langue : anglais">(en)</abbr> «&nbsp;<a rel="nofollow" class="external text" href="https://www.aangelis.gr/blog/2016/04/multiple-loopback-ips-in-arch-linux"><cite style="font-style:normal;" lang="en">Multiple loopback IPs in Arch Linux - AA blog</cite></a>&nbsp;», sur <span class="italique">www.aangelis.gr</span> <small style="line-height:1em;">(consulté le <time class="nowrap" datetime="2018-04-01" data-sort-value="2018-04-01"><abbr class="abbr" title="premier">1<sup>er</sup></abbr> avril 2018</time>)</small></span></span>
</li>
<li id="cite_note-11"><span class="mw-cite-backlink"><a href="#cite_ref-11">↑</a> </span><span class="reference-text"><span class="ouvrage"><abbr class="abbr indicateur-langue" title="Langue : anglais">(en)</abbr> «&nbsp;<a rel="nofollow" class="external text" href="ftp://ftp.ines.ro/doc/isp-workshops/Classroom%20Modules%203.0/11a-adv-router-config-ospf.pdf"><cite style="font-style:normal;" lang="en">Advanced Router Configuration (ISP Workshop Lab)</cite></a>&nbsp;»</span></span>
</li>
<li id="cite_note-12"><span class="mw-cite-backlink"><a href="#cite_ref-12">↑</a> </span><span class="reference-text"><span class="ouvrage" id="Mühlbauer"><span class="ouvrage" id="Wolfgang_Mühlbauer"><abbr class="abbr indicateur-langue" title="Langue : anglais">(en)</abbr> Wolfgang Mühlbauer, «&nbsp;<a rel="nofollow" class="external text" href="https://www.researchgate.net/profile/Wolfgang_Muehlbauer2/publication/228766836_IP_OSPF_and_BGP_in_Action/links/55c1f95608aeb5e0c584c6dd/IP-OSPF-and-BGP-in-Action.pdf"><cite style="font-style:normal;" lang="en">IP, OSPF and BGP in Action</cite></a>&nbsp;»</span></span></span>
</li>
<li id="cite_note-13"><span class="mw-cite-backlink"><a href="#cite_ref-13">↑</a> </span><span class="reference-text"><span class="ouvrage">«&nbsp;<a rel="nofollow" class="external text" href="http://www.ciscopress.com/articles/article.asp?p=2756480&amp;seqNum=7"><cite style="font-style:normal;">IBGP &gt; BGP Fundamentals</cite></a>&nbsp;», sur <span class="italique">www.ciscopress.com</span> <small style="line-height:1em;">(consulté le <time class="nowrap" datetime="2018-04-01" data-sort-value="2018-04-01"><abbr class="abbr" title="premier">1<sup>er</sup></abbr> avril 2018</time>)</small></span></span>
</li>
<li id="cite_note-14"><span class="mw-cite-backlink"><a href="#cite_ref-14">↑</a> </span><span class="reference-text"><span class="ouvrage" id="Smith2006"><span class="ouvrage" id="Philip_Smith2006"><abbr class="abbr indicateur-langue" title="Langue : anglais">(en)</abbr> Philip Smith, «&nbsp;<a rel="nofollow" class="external text" href="https://www.ripe.net/participate/meetings/regional-meetings/manama-2006/BGPBCP.pdf"><cite style="font-style:normal;" lang="en">BGP Best Practices</cite></a>&nbsp;», sur <span class="italique">RIPE</span>, <time class="nowrap" datetime="2006-11-15" data-sort-value="2006-11-15">15 novembre 2006</time></span></span></span>
</li>
</ol></div>
</div>
<ul id="bandeau-portail" class="bandeau-portail"><li><span class="bandeau-portail-element"><span class="bandeau-portail-icone"><span class="noviewer" typeof="mw:File"></span></span> <span class="bandeau-portail-texte">Portail de l’informatique</span> </span></li> <li><span class="bandeau-portail-element"><span class="bandeau-portail-icone"><span class="noviewer" typeof="mw:File"></span></span> <span class="bandeau-portail-texte">Portail des réseaux informatiques</span> </span></li> </ul></div><!--htdig_noindex--><div><div class="zim-footer">
Cet article est issu de <a class="external text" title="Dernière modification le 2020-11-11" href="https://fr.wikipedia.org/wiki/?title=Loopback&amp;oldid=176488709">Wikipédia</a>. Sauf mention contraire, le texte est disponible sous <a class="external text" href="https://creativecommons.org/licenses/by-sa/4.0/deed.fr">Creative Commons Attribution-Share Alike 4.0</a>. Des conditions supplémentaires peuvent s’appliquer aux fichiers multimédias.
</div>
</div><!--/htdig_noindex--></div>
</div>
</main>
</div>
</div>
</div>
<script src="./_webp_/webpHandler.js"></script>

</body></html>